* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
     /* font-family: 'Noto Serif Devanagari', serif;  */

}

@font-face {
  font-family: 'DB-Hindi-para';
  src: url('../../fonts/DB-Hindi.ttf') format('truetype');
}

@font-face {
  font-family: 'DB-Madhu-heading';
  src: url('../../fonts/DB Madhurima Regular.ttf') format('truetype');
}

.DB-Hindi-para {
  font-family: 'DB-Hindi-para', sans-serif;
}

.DB-Madhu-heading {
  font-family: 'DB-Madhu-heading', sans-serif;
}


li {
    list-style-type: square;

}

body {
    font-size: 14px !important;
    /* background: #ccc; */
    overflow-x: hidden;
}

p{
    text-align: justify;
    font-size: 14px !important;
    /* color:#000; */
    line-height: 1.3 !important;
}

h6{
    font-size: 20px !important;
    line-height: 1.3 !important;
}

.container {
  position: relative;
  width: 75.6rem !important;
  height: 122.85rem !important;
  /* background-color: yellow; */
    
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;

        
    }
    .container{
        margin: auto !important;
    }
   
}

.dot{
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: orange;
}
main{
    background-color: #fff;
}
.gray-bar{
    background-color:#D3D3D3;
    height: 20px;
    width: 100%;
}
.heading h1{
    font-size: 74px;
    line-height: 60px;
    /* font-weight: 800; */
}
/* .FF0000 */
.gray{
    background: #5d5858;
    height: 30px;
    width: 120px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-top: 0.5rem;
    justify-content: center;

}
.red{
    background-color: #FF0000;
    height: 30px;
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    justify-content: center;

}
.border-b{
    border-bottom: 3px solid gray;
    text-align: center;
}
.bg-gray{
    background: #ccc;
}
.border-all{
    border: 1px solid gray;
}
.gray-border{
    width: 12px;
    height: 30px;
    margin: 5px 1rem;
    background-color: #ccc;
}

        .dot{
            width: 10px;
            height: 10px;
            border-radius: 50px;
        }
        .blue{
            background-color: blue;
        }
        .red{
            background-color: rgb(194, 54, 80);
        }
        .yellow{
            background-color: yellow;
        }
        .black{
            background-color: black;
        }


        

        .set{
            /* background-color: #ccc; */
            border-radius: 25px;
            height: 10px;
            width: 100px;
            position: relative;
            display: inline-block;
        }
        .set::after{
            content: "";
            position: absolute;
            /* background: #fcfcfc; */
            width: 12px;
            height: 10px;
            top:0;left:50%;
            transform: translateX(-50%);
            border-radius: 50%;
            
        }

    .line-container {
      position: relative;
    }

    .line {
      height: 5px;
      background: linear-gradient(to right, red 50%, gray 50%);
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
    }
    .mene{
        position: relative;
    }
    .mene::before{
        position: absolute;
        content: "";
    
        top: -52px;
      left: 5%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid red;

    }

    .posit::before{
        position: absolute;
        content: "";
        top:39.2%;
        left:90%;

    }

    .pointer {
      position: absolute;
      top: 0px;
      left: 45%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid red;
    }


    .header-container {
    width: 100%;
    /* background-color: #fff; */
    padding: 10px;
    position: relative;
}

/* Header wrapper */
.header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    width: 75rem;
    height: 11.86rem;
    /* background-color: #ffffff; */
    /* border-bottom: 3px solid red; */
    margin-top: -18px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;

}

.news-banner {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: Arial, sans-serif;
}

.top-text {
  background-color: #6c6c6c; /* Gray */
  color: white;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.bottom-text {
  background-color: #f01919; /* Red */
  color: white;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
